home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 August: Tool Chest / Dev.CD Aug 98 TC.toast / Sample Code / Snippets / Sound / Cheap Studio / Cheap_Studio.doc < prev   
Encoding:
Text File  |  1996-11-15  |  755 b   |  21 lines  |  [TEXT/CWIE]

  1. This sample shows how to use SPBRecord to record to memory and then
  2. write the recorded samples to disk, asynchronously, using PBWriteAsync
  3. while playing other sounds using SndPlayDoubleBuffer.
  4.  
  5. This sample is really just the Record_Sound sample and the SndPlayDoubleBuffer
  6. sample put together into a quasi-realworld application.
  7.  
  8. This sample also shows how to sync a bunch of sounds so that they all start playing
  9. at the same time (that's in Cheap_Studio.c).
  10.  
  11. This sample was inspired by Matt who wanted to play a guitar solo he had recorded and
  12. add some piano accompaniment to it.
  13.  
  14. This is sample is just in the early stages of being done, but it's entertaining and
  15. I believe useful.
  16.  
  17. Enjoy,
  18. Mark Cookson
  19. Developer Technical Support
  20. Apple Computer, Inc.
  21.